func runtime.startTheWorldWithSema

5 uses

	runtime (current package)
		mgc.go#L749: 		now = startTheWorldWithSema()
		mgc.go#L902: 			now := startTheWorldWithSema()
		mgc.go#L1087: 	systemstack(func() { startTheWorldWithSema() })
		proc.go#L1281: 	systemstack(func() { startTheWorldWithSema() })
		proc.go#L1433: func startTheWorldWithSema() int64 {